home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_ai / getb < prev    next >
Text File  |  1994-05-01  |  584b  |  22 lines

  1. getb:
  2.  
  3. Synopsis: Get a single object from a binary file.
  4.  
  5. Syntax:    getb ( "filename" )
  6.     getb ( "filename", L )
  7.  
  8. Description:
  9.  
  10.     Getb reads one object from a RLaB binary file. Each object is
  11.     installed on the global symbol table as it is read,
  12.     overwriting any existing variable with the same name.
  13.  
  14.     The second form of the call to getb takes a second argument,
  15.     L, which is the name of a list to install the read variable
  16.     on. 
  17.  
  18.     Getb returns 1 for success and 0 for failure. Getb will not
  19.     close a file when it encounters EOF (end of file).
  20.  
  21. See Also: FILES open, close, readb, writeb
  22.